ZSMigrateTipView constructor

const ZSMigrateTipView({
  1. Key? key,
  2. required Color backgroundColor,
  3. required String userId,
})

Implementation

const ZSMigrateTipView({
  super.key,
  required this.backgroundColor,
  required this.userId,
});