defaultPadding constant

EdgeInsets const defaultPadding

Creates a GroupAnnotation from a JSON map.

This factory method is used during workflow deserialization to recreate group annotations from saved data. Default padding: 40 top (for title), 20 sides and bottom

Implementation

static const defaultPadding = EdgeInsets.fromLTRB(20, 40, 20, 20);