SheetThemeIos constructor

SheetThemeIos(
  1. BuildContext context, [
  2. SheetThemeData? other
])

Implementation

SheetThemeIos(this.context, [SheetThemeData? other]) : super.from(other);