ArnaEdgeInsets.start constructor

const ArnaEdgeInsets.start(
  1. double amount
)

Creates insets with only the start value non-zero.

Implementation

const ArnaEdgeInsets.start(double amount) : super.only(start: amount);