isUniform property

  1. @override
bool isUniform
override

Implementation

@override
bool get isUniform =>
    topStart == topEnd && topStart == bottomStart && topStart == bottomEnd;