ZdsExpandable constructor

const ZdsExpandable(
  1. {required Widget child,
  2. Key? key,
  3. String collapsedButtonText = '',
  4. String expandedButtonText = '',
  5. double minHeight = 60,
  6. Color? color}
)

A widget that can be collapsed and expanded.

Implementation

const ZdsExpandable