TkfToFarModalContent constructor

const TkfToFarModalContent({
  1. Key? key,
  2. required Color background,
  3. required dynamic onButton(),
  4. required String buttonText,
  5. required String buttonKey,
  6. required String upMsg,
  7. required TextStyle upMsgStyle,
  8. String? bottomMsg,
  9. TextStyle? bottomMsgStyle,
  10. required bool onSearch,
})

Implementation

const TkfToFarModalContent(
    {super.key,
    required this.background,
    required this.onButton,
    required this.buttonText,
    required this.buttonKey,
    required this.upMsg,
    required this.upMsgStyle,
    this.bottomMsg,
    this.bottomMsgStyle,
    required this.onSearch});