TextButtonPanel constructor
const
TextButtonPanel({})
Implementation
const TextButtonPanel({
Key? key,
required this.nameList,
this.onTap,
this.popDirection = PopupDirection.bottom,
}) : super(key: key);
const TextButtonPanel({
Key? key,
required this.nameList,
this.onTap,
this.popDirection = PopupDirection.bottom,
}) : super(key: key);