Container( color: Theme.of(context).colorScheme.secondary, child: Text( 'Text with a background color', style: Theme.of(context).textTheme.titleLarge, ), ), ...
確定! 回上一頁