Add Pangea comments

This commit is contained in:
Kelrap 2025-12-22 10:24:49 -05:00
parent 2ad245f4d0
commit 1bd7e1edf1

View file

@ -523,9 +523,12 @@ class InputBar extends StatelessWidget {
// decoration: decoration!,
// Pangea#
decoration: decoration.copyWith(
// #Pangea
// hint: ShrinkableText(
hint: SizedBox(
height: 24,
child: ShrinkableText(
// Pangea#
text: choreographer.itController.open.value
? L10n.of(context).buildTranslation
: _defaultHintText(context),