AppInsets.horizontal constructor

const AppInsets.horizontal(
  1. double value
)

Implementation

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