OverrideEdgeInsets class

A simple wrapper class for overriding EdgeInsetsGeometry values in the widget tree.

Used internally by CardSection via Pylon to apply custom vertical/horizontal padding (e.g., symmetric 8px vertical). Allows theme-consistent spacing without direct Padding widget nesting, promoting efficient layout.

Constructors

OverrideEdgeInsets(EdgeInsetsGeometry insets)
const

Properties

hashCode int
The hash code for this object.
no setterinherited
insets EdgeInsetsGeometry
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited