add auth, format
This commit is contained in:
@@ -14,11 +14,7 @@ import 'package:flutter/material.dart';
|
||||
/// - Centered text
|
||||
/// - Optional emoji/icon
|
||||
class HighlightBox extends StatelessWidget {
|
||||
const HighlightBox({
|
||||
required this.text,
|
||||
this.emoji,
|
||||
super.key,
|
||||
});
|
||||
const HighlightBox({required this.text, this.emoji, super.key});
|
||||
|
||||
/// Text to display in the highlight box
|
||||
final String text;
|
||||
|
||||
Reference in New Issue
Block a user