flutter baseline

111

Row(
          children: [
            Text('Row 1',style:TextStyle(fontSize: 32)),
            Baseline(
            baseline: 25.0,
            baselineType: TextBaseline.alphabetic,
            child: Text('Row  2')),
          ],
        )

Comments

Submit
0 Comments