backgroundColorInt method

Container backgroundColorInt(
  1. int color
)

Implementation

Container backgroundColorInt(int color) {
  return Container(child: this, color: Color(color));
}