feat: expandable text component

This commit is contained in:
2024-02-22 18:13:54 +07:00
parent d966108e9e
commit 38837bd4f8
6 changed files with 233 additions and 61 deletions

View File

@@ -139,9 +139,8 @@ class TotalPaymentView extends StatelessWidget {
),
RadioAgreement(
isAgree: isAgree,
desc: 'I agree to buy the mutual fund on this page and have read and agreed to all the contents of the Prospectus and summary information and understand the risks of my investment decision. Read More',
desc: 'I agree to buy the mutual fund on this page and have read and agreed to all the contents of the Prospectus and summary information and understand the risks of my investment decision.',
onTap: () {
print('gagaga');
onTapAgree();
},
),