toEdgeInsets property

EdgeInsets? get toEdgeInsets

Implementation

EdgeInsets? get toEdgeInsets =>
    map((e) => e.toDouble()).toList().toEdgeInsets;