• LongCatIsLooong's avatar
    Provide a default IconTheme in CupertinoTheme (#30521) · e153883d
    LongCatIsLooong authored
    -* Inserted an `IconTheme` widget under `CupertinoTheme` to provide a default icon color when using `CupertinoTheme`.
    * Changed `CupertinoTheme` to a `StatelessWidget`, to match the implementation of `Theme`
    * Changed the nesting order of `Theme`'s sub widgets, to let `Theme.iconTheme` take precedence, so that `Theme`'s behavior is kept as is.
    e153883d
theme_test.dart 26.5 KB