S360fFundAllocation constructor

const S360fFundAllocation({
  1. required List<FundAllocationModel> funds,
  2. required Map<String, String> values,
  3. required dynamic onChanged(
    1. String,
    2. String
    ),
  4. String? title,
  5. String? subtitle,
  6. Key? key,
})

Implementation

const S360fFundAllocation({
  required this.funds,
  required this.values,
  required this.onChanged,
  this.title,
  this.subtitle,
  super.key,
});