很簡單
body:Stack(
children: [
Text('測試文字',style:TextStyle(fontSize:136,fontWeight: FontWeight.bold,color: Colors.green),),
? ? Text('測試文字',style:TextStyle(fontSize:136,color: Colors.red),),
? ],
)
很簡單
body:Stack(
children: [
Text('測試文字',style:TextStyle(fontSize:136,fontWeight: FontWeight.bold,color: Colors.green),),
? ? Text('測試文字',style:TextStyle(fontSize:136,color: Colors.red),),
? ],
)