hFactor property

void hFactor=(double v)

Implementation

set hFactor(double v) =>
    _add((w) => FractionallySizedBox(heightFactor: v, child: w));