black property

Widget black
getter/setter pair

Implementation

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