fractional property

bool fractional
final

Whether the offset is fractional. If true, the offset is a percentage of the Widget's size. If false, the offset is a fixed amount.

Implementation

final bool fractional;