CounterAlignment.bottomStart constructor

CounterAlignment.bottomStart({
  1. double bottom = -8,
  2. double start = -10,
})

Implementation

factory CounterAlignment.bottomStart(
        {double bottom = -8, double start = -10}) =>
    CounterAlignment(bottom: bottom, start: start);