TextSettings constructor
const
TextSettings({})
Creates a TextSettings with the given textStyle and focusNode.
Implementation
const TextSettings({
this.textStyle = const TextStyle(
fontSize: 14,
color: Colors.black,
),
this.focusNode,
});