BulletInput constructor
const
BulletInput({})
Implementation
const BulletInput(
{Key? key,
required this.onBulletSubmit,
required this.editingController,
required this.onClickToClose,
required this.isFullScreen,
required this.currentSelectedColor})
: super(key: key);