SuffaExpandedTile constructor

const SuffaExpandedTile({
  1. Key? key,
  2. required Widget headWidget,
  3. required Widget openingWidget,
  4. double? width,
  5. bool? openingState,
  6. double? height,
})

Implementation

const SuffaExpandedTile(
    {super.key,
    required this.headWidget,
    required this.openingWidget,
    this.width,
    this.openingState,
    this.height});