Utilities for controlling the color of a widget.
Row(
children: [
Container(
width: StiloWidth.w64,
height: StiloHeight.h36,
color: StiloColor.blue[500],
),
Container(
width: StiloWidth.w36,
height: StiloHeight.h64,
color: StiloColor.red[500],
),
],
)