EdgeInsetsGeometry.all constructor
- double value
Creates insets where all the offsets are value
.
Implementation
const factory EdgeInsetsGeometry.all(double value) = EdgeInsets.all;
Creates insets where all the offsets are value
.
const factory EdgeInsetsGeometry.all(double value) = EdgeInsets.all;