defaults property
Implementation
@override
DefaultStyleValues get defaults => DefaultStyleValues(
primaryColor: type.color.toMaterialColor,
surfaceLight: Colors.white,
surfaceDark: Colors.black,
);
@override
DefaultStyleValues get defaults => DefaultStyleValues(
primaryColor: type.color.toMaterialColor,
surfaceLight: Colors.white,
surfaceDark: Colors.black,
);