blue property

Widget blue

Implementation

Widget get blue => ColoredBox(
      color: Colors.blue,
      child: this,
    );