AsyncTr constructor

const AsyncTr(
  1. StringLocale string, {
  2. Key? key,
  3. Map<String, Object?> args = const {},
  4. Widget builder(
    1. String value
    )?,
})

Implementation

const AsyncTr(
  this.string, {
  super.key,
  this.args = const {},
  this.builder,
});