CounterAlignment.bottomEnd constructor

CounterAlignment.bottomEnd({
  1. double bottom = -8,
  2. double end = -10,
})

Implementation

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