CounterAlignment.topEnd constructor

CounterAlignment.topEnd({
  1. double top = -8,
  2. double end = -10,
})

Implementation

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