REdgeInsets.all constructor
REdgeInsets.all(
- double value
Creates adapt insets where all the offsets are value
.
{@tool snippet}
Adapt height-pixel margin on all sides:
const REdgeInsets.all(8.0)
{@end-tool}
Implementation
REdgeInsets.all(double value) : super.all(value.r);