master #81

Closed
malo wants to merge 322 commits from master into feat/bloc_layout/new-package
Showing only changes of commit dd75ecfc7a - Show all commits

View File

@ -17,7 +17,7 @@
import 'package:flutter/material.dart'; import 'package:flutter/material.dart';
class TextWrapper { class TextWrapper {
TextWrapper(this.text, {this.style}); const TextWrapper(this.text, {this.style});
factory TextWrapper.text(String text) => TextWrapper(text); factory TextWrapper.text(String text) => TextWrapper(text);