基础组件库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
267 B

  1. import 'package:flutter/material.dart';
  2. import 'package:zhiying_base_widget/widgets/wallet/wallet_income/wallet_income_sk.dart';
  3. class WalletIncome extends StatelessWidget {
  4. @override
  5. Widget build(BuildContext context) {
  6. return WalletIncomeSkeleton();
  7. }
  8. }