bg static method

Implementation

static FloretParent<ColoredBox> bg(Color color) =>
    (Widget child) => ColoredBox(
          child: child,
          color: color,
        );