black property
Implementation
static Widget black = Container(
width: double.maxFinite,
height: double.maxFinite,
color: Color(0xff0B0B0F),
);
static Widget black = Container(
width: double.maxFinite,
height: double.maxFinite,
color: Color(0xff0B0B0F),
);