Untitled

 avatar
unknown
plain_text
a year ago
1.3 kB
4
Indexable
 SizedBox(
                            height: 20,
                          ),
                          Text(
                            'Warning :',
                            style: TextStyle(
                              fontFamily: 'Manrope',
                              fontSize: 14.0,
                              color: AppTheme.textColor0,
                              fontWeight: FontWeight.w700,
                              decoration: TextDecoration.underline,
                            ),
                          ),
                          SizedBox(
                            height: 3,
                          ),
                          Text(
                            'This App is registered with Trademark and Copyright Authorities. Reengineering and reverse engineering of the App is 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(
                              fontSize: 12,
                              fontFamily: 'Manrope Regular',
                              color: AppTheme.textColor,
                              fontStyle: FontStyle.italic,
                            ),
                          ),
Editor is loading...
Leave a Comment