BeforeStep constructor

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

Implementation

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