menu
flutter_agent_pupau package
documentation
chat_page/components/shared/close_icon.dart
CloseIcon
CloseIcon.new const constructor
CloseIcon.new const constructor
dark_mode
light_mode
CloseIcon
constructor
const
CloseIcon
(
{
Key
?
key
,
void
onPressed
()?,
bool
shouldPop
=
true
,
})
Implementation
const CloseIcon({super.key, this.onPressed, this.shouldPop = true});
flutter_agent_pupau package
documentation
chat_page/components/shared/close_icon
CloseIcon
CloseIcon.new const constructor
CloseIcon class