SmartInsets.symmetric constructor
SmartInsets.symmetric({
- SmartSpace? vertical,
- SmartSpace? horizontal,
Implementation
SmartInsets.symmetric({SmartSpace? vertical, SmartSpace? horizontal})
: super.symmetric(vertical: vertical?.value ?? 0, horizontal: horizontal?.value ?? 0);