useIncludedTextField property

bool useIncludedTextField
final

It is recommended that you use your own TextField outside this widget for more customization. To do that, set useIncludedTextField to false and implement your own TextField outside. IMPORTANT: Remember to set the same controller and focusNode in the TextField as the ones in your AwsMarkdownFloatingMenu. Hover over the 2 fields for more details.

If you want to use the included TextField as a quick solution, set useIncludedTextField to true and you are ready to go.

Implementation

final bool useIncludedTextField;