Example 1: flutter text style bold Text( 'My Card Alert', style: TextStyle( fontWeight: FontWeight.bold ), ) Example 2: flutter font bold Text( 'Some text', ...
確定! 回上一頁