flutter-template icon indicating copy to clipboard operation
flutter-template copied to clipboard

Consider using `ThemeExtensions`

Open nivisi opened this issue 2 years ago • 0 comments

Theme extensions is a cool way of managing colors, typography etc. We can still make it available via build context extensions like this:

final colors = context.colors;
final typography = context.typography;

Video: https://youtu.be/8-szcYzFVao

API: https://api.flutter.dev/flutter/material/ThemeExtension-class.html

nivisi avatar Jan 20 '23 14:01 nivisi