DeasytStateWidget<T extends DeasytStateController>.lazyAdjust constructor

const DeasytStateWidget<T extends DeasytStateController>.lazyAdjust({
  1. String? tag,
  2. bool markAsPermanent = false,
  3. Map<String, dynamic> args = const <String, dynamic>{},
  4. Key? key,
})

Implementation

const DeasytStateWidget.lazyAdjust({
  String? tag,
  bool markAsPermanent = false,
  Map<String, dynamic> args = const <String, dynamic>{},
  Key? key,
}) : this(null, tag: tag, permanent: markAsPermanent, args: args, key: key);