After constructor

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

Implementation

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