Untitled

 avatar
unknown
plain_text
a year ago
1.0 kB
6
Indexable
Expanded(
              flex: 0,
              child: Align(
                alignment: Alignment.center,
                child: Padding(
                  padding: const EdgeInsets.only(left: 5.0, right: 5.0),
                  child: Text(
                     'Copyright ${DateTime.now().year} © ${AppTheme.companyName}.\nAll rights reserved. This App is registered with Trademark and Copyright Authorities. Re-engineering and reverse engineering of all CTrends Apps are strictly prohibited. If anyone does it without explicit written permission from CTrends Software & Services Ltd, he/she will be subject to legal procedures and penalties.',
                    style: TextStyle(
                      fontFamily: 'Manrope',
                      fontSize: 12.0,
                      color: Color(0xFF000000),
                      fontWeight: FontWeight.w400,
                    ),
                    textAlign: TextAlign.justify,
                  ),
                ),
              ),
            ),
            SizedBox(height: 5.0),
Editor is loading...
Leave a Comment