white top-level property Null safety

NBColor white
read / write

NativeBase white color

Implementation

NBColor white = const NBColor(
  0xffFFFFFF,
  <String, Color>{
    'white.500': Color(0xffFFFFFF),
  },
  'white',
);