StyleSelectionInitializedWithSelection constructor
StyleSelectionInitializedWithSelection({
- required List<
StyleFamilyState> families, - required Style currentSelectedStyle,
Implementation
StyleSelectionInitializedWithSelection(
{required List<StyleFamilyState> families,
required this.currentSelectedStyle /*, required this.count*/})
: super(initFamilies: families);