EdgeInsetsGeometry.all constructor

const EdgeInsetsGeometry.all(
  1. double value
)

Creates insets where all the offsets are value.

Implementation

const factory EdgeInsetsGeometry.all(double value) = EdgeInsets.all;