convertToFlutter property

MaterialColor convertToFlutter

Implementation

MaterialColor get convertToFlutter {
  return MaterialColor(this.value, {
    50: this[1]!,
    100: this[2]!,
    200: this[3]!,
    300: this[4]!,
    400: this[5]!,
    500: this[6]!,
    600: this[7]!,
    700: this[8]!,
    800: this[9]!,
    900: this[10]!,
  });
}