flutter 基礎組件

flutter 基礎組件 TextWidget 1 class TextWidget extends StatelessWidget { 2 final TextStyle _textStyle = TextStyle( 3 fontSize: 16.0, 4 ); 5 final String _auther = '李白'; 6 fin
相關文章
相關標籤/搜索