AppInsets.vertical constructor

const AppInsets.vertical(
  1. double value
)

Implementation

const AppInsets.vertical(double value) : super.symmetric(vertical: value);