backgroundColorInt method

Container backgroundColorInt(
  1. int color
)

Implementation

Container backgroundColorInt(int color) {
  return copyWith(color: Color(color));
}