• Hixie's avatar
    Radio<T> and ValueChanged<T> · b1dbf452
    Hixie authored
    Make Radio widgets take a type that describes the type of their value,
    so that you can catch when you use the wrong value.
    
    Standardise on ValueChanged<Foo> instead of having a FooValueChanged
    for every value of Foo.
    b1dbf452
Name
Last commit
Last update
..
main.dart Loading commit data...
stock_arrow.dart Loading commit data...
stock_data.dart Loading commit data...
stock_home.dart Loading commit data...
stock_list.dart Loading commit data...
stock_menu.dart Loading commit data...
stock_row.dart Loading commit data...
stock_settings.dart Loading commit data...
stock_symbol_viewer.dart Loading commit data...
stock_types.dart Loading commit data...