x property

double x

Implementation

double get x => padding?.left ?? 0;
void x=(double v)

Implementation

set x(double v) => padding = EdgeInsets.only(left: v, top: padding?.top ?? 0);