formatting

This commit is contained in:
Luan Nico
2019-03-25 09:29:20 -03:00
parent 0b8bd0a638
commit 7ba75c1f75
4 changed files with 4 additions and 6 deletions

View File

@ -16,7 +16,8 @@ TextConfig tiny = regular.withFontSize(12.0);
class MyTextBox extends TextBoxComponent {
MyTextBox(String text)
: super(text, config: tiny, boxConfig: const TextBoxConfig(timePerChar: 0.05));
: super(text,
config: tiny, boxConfig: const TextBoxConfig(timePerChar: 0.05));
@override
void drawBackground(Canvas c) {