isUniform property

  1. @override
bool isUniform
override

Implementation

@override
bool get isUniform =>
    topLeft == topRight && topLeft == bottomLeft && topLeft == bottomRight;