AfterStep constructor

const AfterStep({
  1. String? tag,
  2. int? order,
})

Implementation

const AfterStep({String? tag, int? order}) : super(tag: tag, order: order);