ui_components/feat/cards-components #127

Merged
hugo merged 10 commits from ui_components/feat/cards-components into master 2023-02-09 16:50:48 +00:00
Showing only changes of commit 3c1c63235f - Show all commits

View File

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