menu
noteflutter package
documentation
tiktok/views/selectText.dart
SelectText
SelectText.new const constructor
SelectText.new const constructor
dark_mode
light_mode
SelectText
constructor
const
SelectText
(
{
Key
?
key
,
bool
isSelect
=
true
,
String
?
title
,
})
Implementation
const SelectText({ Key? key, this.isSelect: true, this.title, }) : super(key: key);
noteflutter package
documentation
tiktok/views/selectText
SelectText
SelectText.new const constructor
SelectText class