flutter
flutter copied to clipboard
[Feature] Add `textStyles` field to CosmosTeme
We need to be able to specify typography inside cosmosTheme for the ui components to use in accordance to designs:
- add
CosmosTextStyleData textStylestoCosmosThemesimmilar tocolorsproperty. - deprecate the
CosmosTextThemeand values there should be now specified as properties of theCosmosTextStyleDataclass
@wal33d006 could you take care of this at your convenience? This will come handy in other projects too
For sure!