AuthorizationWidget constructor
AuthorizationWidget({})
Implementation
AuthorizationWidget(
{this.key,
this.duration,
required this.children,
this.transitionBuilder,
this.layoutBuilder,
required this.role,
this.switchInCurve,
this.switchOutCurve,
this.reverseDuration})
: super(key: key);