isLocal property

  1. @override
bool isLocal
override

does not depend on viewport size (no VH,VW,VMIN,VMAX unit)

Implementation

@override
bool get isLocal =>
    unit != LengthUnit.vh &&
    unit != LengthUnit.vw &&
    unit != LengthUnit.vmin &&
    unit != LengthUnit.vmax;