defaults property

  1. @override
DefaultStyleValues get defaults
override

Implementation

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